net/http.http2writeQueue.prev (field)
25 uses
net/http (current package)
h2_bundle.go#L11324: prev, next *http2writeQueue
h2_bundle.go#L11901: q.prev = q
h2_bundle.go#L11905: q.prev = ws.heads[u][i].prev
h2_bundle.go#L11907: q.prev.next = q
h2_bundle.go#L11908: q.next.prev = q
h2_bundle.go#L11922: q.prev.next = q.next
h2_bundle.go#L11923: q.next.prev = q.prev
h2_bundle.go#L11944: q.prev.next = q.next
h2_bundle.go#L11945: q.next.prev = q.prev
h2_bundle.go#L11956: q.prev = q
h2_bundle.go#L11960: q.prev = ws.heads[u][i].prev
h2_bundle.go#L11962: q.prev.next = q
h2_bundle.go#L11963: q.next.prev = q
h2_bundle.go#L12155: q.prev = q
h2_bundle.go#L12159: q.prev = ws.head.prev
h2_bundle.go#L12161: q.prev.next = q
h2_bundle.go#L12162: q.next.prev = q
h2_bundle.go#L12175: q.prev.next = q.next
h2_bundle.go#L12176: q.next.prev = q.prev
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)